home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 19 / Amiga Plus Leser CD 19.iso / Sound / abcm2ps-3.1.13 / newfeatures.abc < prev    next >
Text File  |  2002-11-17  |  3KB  |  109 lines

  1. %%textfont Helvetica-Bold 21
  2. %%center Examples for new features in abc2ps-1.2.5
  3. %%textfont * 16
  4. %%center Oct. 5 1997
  5. %%textfont Times-Roman 16
  6.  
  7. X:1
  8. T:Scale with Treble Clef
  9. M:C
  10. %%freegchord 1    % abcm2ps: don't print 'b' as a flat sign
  11. K:C treble    % abcm2ps: must be forced because too low at the beginning
  12. L: 1/4
  13.  "C,"C,"D,"D,"E,"E,"F,"F,  "G,"G,"A,"A,"B,"B,\
  14. | "C"C"D"D"E"E"F"F  "G"G"A"A"B"B| "c"c "d"d"e"e"f"f  "g"g"a"a"b"b"c'"c' |
  15.  
  16. X:2
  17. T:Scale with Bass and Alto Clef
  18. M:C
  19. K:C bass    % abcm2ps: no transposition
  20. L: 1/4
  21. P:Bass
  22.  "C,,,"C,,,"D,,,"D,,,"E,,,"E,,,"F,,,"F,,,  "G,,,"G,,,"A,,,"A,,,"B,,,"B,,,|\
  23.  "C,,"C,,"D,,"D,,"E,,"E,,"F,,"F,,  "G,,"G,,"A,,"A,,"B,,"B,,|\
  24.  "C,"C, "D,"D,"E,"E,"F,"F,  "G,"G,"A,"A,"B,"B,"C"C |
  25. P:Alto
  26. K:C alto
  27.  "C,,"C,,"D,,"D,,"E,,"E,,"F,,"F,,  "G,,"G,,"A,,"A,,"B,,"B,,\
  28. | "C,"C,"D,"D,"E,"E,"F,"F,  "G,"G,"A,"A,"B,"B,| "C"C "D"D"E"E"F"F  "G"G"A"A"B"B"c"c |
  29.  
  30. X:3
  31. T:Clef Changes Within Tune
  32. T:In-Line Info Fields by [..]
  33. %%begintext align
  34. Here is an example for a block of text which is associated with a specific
  35. tune. It will only be printed if this tune (number 3) is selected.
  36. The text should be placed after the "T:" field and before the
  37. block is terminated by a blank line.
  38. Text which is outside a block is
  39. always printed; for example, the title at the top of the page.
  40. %%endtext
  41. M:C
  42. L: 1/8
  43. K:C
  44. cdef gabc' [K:bass] | C,D,E,F, G,A,B,C [K:D treble] | cdef gabc' |  
  45. %%sep
  46. %%text Note: this line and the separator above are also associated with this tune. 
  47.  
  48. X:4
  49. T:Vocals
  50. T:Note also the trill
  51. C:Music: Trad.
  52. C:Text: Anonymous
  53. M:C
  54. K:C
  55. L: 1/4
  56. e>e ez || edTc2 | ed(c2 | e2 c2- | Hc4) |]
  57. w: *** 1.~~Three blind mice, three blind mice.___
  58. w: *** 2.~~See how~they run, see how~they ru-uuu-un._
  59.  
  60. X:6
  61. T:Invisible Rests Using X
  62. M:C
  63. K:C
  64. L: 1/4
  65. "F"z4|"F"x4|"F"z4|"F"x4|"Bb"z4|"Bb"x4|"F"z4|"F"x4|"C"z4|"Bb"x4|"F"z4|"F"x4||
  66.  
  67. %%leftmargin 3cm
  68.  
  69. X:5
  70. T:Scotland The Brave
  71. T:Demonstrating the Bagpipe Mode and Output Formatting
  72. %%titleleft
  73. %%titlefont Helvetica-Bold 24
  74. %%subtitlefont Helvetica-Bold 16
  75. %%composerspace 0.4cm
  76. %%composerfont Helvetica 13
  77. %%staffwidth 5.5in
  78. %%scale 0.75
  79. %%staffsep 55
  80. C:Trad.
  81. C:from PS file by Alan S. Watt
  82. P:March
  83. L:1/8
  84. M:4/4
  85. K:HP
  86. e|{g}A2 {GdGe}A>B {gcd}c{e}A {gcd}ce| {ag}a2{g}a2 {GdG}ae {gcd}c{e}A|
  87.    {Gdc}d2 {g}f>d {gcd}ce {gcd}c{e}A|{GdG}B2{gef}e2{A}e>f {g}e/>d/{g}c/>B/|
  88. {g}A2 {GdGe}A>B {gcd}c{e}A {gcd}ce| {ag}a2{g}a2 {GdG}ae {gcd}c{e}A|
  89.    {Gdc}d2 {g}f>d {gcd}ce {gcd}c{e}A|{GdG}B2{g}A>B {G}A2 {gcd}ce||
  90.  
  91. %%vskip 1cm
  92. %%textfont Times-Roman 16
  93. %%begintext
  94. Summary of changes:
  95.  
  96. - Bass and alto clefs.
  97. - Vocals.
  98. - In-line info fields can be coded using [...].
  99. - Subtitles now printed without "or:".
  100. - Can be more than one composer field.
  101. - Predefined formats: standard, pretty, pretty2 (flag -p, -P).
  102. - Format page layout by .fmt file selected with flag -F.
  103. - Format page layout by %%-pseudocomments in abc file.
  104. - Other pseudocomments: %%sep, %%vskip, %%newpage.
  105. - Text output using %%text, %%center, and %%begintext .. %%endtext.
  106. - "x" functions like a rest but is invisible on the page.
  107. - Bagpipe mode for K:HP.
  108. %%endtext
  109.